Micron Document
🎖️GitЯра🎖️

Commits feat/proto-metadata (d11af85a)

d11af85 James Rich 2026-04-30 23:49:57 - 3 months ago
refactor(proto): use Wire native emitAppliedOptions, delete custom SchemaHandler The upstream proto (meshtastic/protobufs#905) has been simplified to use a scalar bool extension instead of a message wrapper: [(meshtastic.diy_only) = true] Wire 6's emitAppliedOptions now natively generates @DiyOnlyOption(true) annotations on fields, eliminating the need for our custom FieldMetadataSchemaHandler. Changes: - Delete FieldMetadataSchemaHandler.kt (~200 LOC) - Remove wire-schema dependency from build-logic - Remove custom {} handler block from core:proto build - Add emitAppliedOptions = true to Wire kotlin {} config - Update FieldMetadataDemo to demonstrate the native annotation - Bump protobufs submodule to metadata-experiment branch

f610789 James Rich 2026-04-30 22:33:56 - 3 months ago
feat(proto): add Wire custom SchemaHandler for proto field metadata Adds build-time codegen that auto-generates a ConfigFieldMetadataRegistry from (meshtastic.config_field) annotations in .proto files. - New FieldMetadataSchemaHandler in build-logic walks all message fields - Emits a static Kotlin registry mapping (messageType, fieldTag) → metadata - Zero runtime cost, no wire-schema dep in app binary - Adding annotations to new fields requires no code changes Companion to: https://github.com/meshtastic/protobufs/pull/905

a7f3ef6 github-actions[bot] 2026-04-30 16:08:27 - 3 months ago
docs: update CHANGELOG.md (#5308)

08c3f67 James Rich 2026-04-30 15:47:03 - 3 months ago
chore: Scheduled updates (Firmware, Hardware, Translations, Graphs, Licenses) (#5306)

09fd7f5 github-actions[bot] 2026-04-29 22:06:28 - 3 months ago
docs: update CHANGELOG.md (#5302)

9d64dd6 James Rich 2026-04-29 22:02:03 - 3 months ago
chore: Scheduled updates (Firmware, Hardware, Translations, Graphs, Licenses) (#5298)

e62805b github-actions[bot] 2026-04-29 21:49:43 - 3 months ago
docs: update CHANGELOG.md (#5300)

7f57890 James Rich 2026-04-29 21:48:26 - 3 months ago
revert: replace extra newline on traceroute route strings

f0fbfaf renovate[bot] 2026-04-29 21:44:48 - 3 months ago
chore(deps): update ruby to v4 (#5299)

ffe1009 github-actions[bot] 2026-04-29 21:19:46 - 3 months ago
docs: update CHANGELOG.md (#5297)

7a7d34e James Rich 2026-04-29 21:16:22 - 3 months ago
ci: remove Release environment from workflows (#5296)

31e0a3a github-actions[bot] 2026-04-29 20:42:16 - 3 months ago
docs: update CHANGELOG.md (#5281)

1966889 James Rich 2026-04-29 20:18:57 - 3 months ago
feat(connections): connection sorting & conversation empty channel ranking (#5295)

3d2b218 James Rich 2026-04-29 19:42:02 - 3 months ago
refactor: update user lookups and localize traceroute responses (#5294)

9e0ad36 James Rich 2026-04-29 19:02:41 - 3 months ago
fix: update notification icon (#5293)

f01e98e James Rich 2026-04-29 18:27:36 - 3 months ago
fix: update emoji catalog metadata and improve picker synchronization (#5292)

575b7e5 Pavel 2026-04-29 18:22:40 - 3 months ago
fix(ui): align Cancel and Send enabled state (#5284)

cbd26b0 James Rich 2026-04-29 17:59:18 - 3 months ago
fix: ensure snackbar respects safe drawing padding over host modifiers (#5290)

e8f8e14 James Rich 2026-04-29 17:59:10 - 3 months ago
fix: persist language switching and correctly map locales (#5287)

5e41512 James Rich 2026-04-29 14:49:14 - 3 months ago
chore: Scheduled updates (Firmware, Hardware, Translations, Graphs, Licenses) (#5273)

71cfa1c github-actions[bot] 2026-04-29 14:44:48 - 3 months ago
docs: update CHANGELOG.md (#5279)

4afcc1e renovate[bot] 2026-04-29 14:43:39 - 3 months ago
chore(deps): update core/proto/src/main/proto digest to 10a1689 (#5276)

3e003ba renovate[bot] 2026-04-29 14:43:15 - 3 months ago
chore(deps): update fastlane to v2.233.1 (#5280)

e0c1934 James Rich 2026-04-29 14:13:52 - 3 months ago
fix: Resolve top Crashlytics issues for 29320633 beta release (#5278)

a24f786 github-actions[bot] 2026-04-28 19:04:10 - 3 months ago
docs: update CHANGELOG.md (#5271)

54339c6 renovate[bot] 2026-04-28 19:03:27 - 3 months ago
chore(deps): update org.meshtastic:mqtt-client to v0.3.0 (#5272)

ef33f6a renovate[bot] 2026-04-28 16:12:29 - 3 months ago
chore(deps): update gradle to v9.5.0 (#5270)

c2022c3 github-actions[bot] 2026-04-28 15:25:11 - 3 months ago
docs: update CHANGELOG.md (#5269)

1beaf31 James Rich 2026-04-28 15:22:40 - 3 months ago
fix(fdroid): restore reproducible builds for aboutlibraries (#5268)

76882b4 github-actions[bot] 2026-04-28 14:41:04 - 3 months ago
docs: update CHANGELOG.md (#5266)

5483f4a Michael Riddle 2026-04-28 05:37:22 - 3 months ago
feat(auto): enable Android Auto messaging notifications (#5265)

9b8a660 github-actions[bot] 2026-04-28 00:18:36 - 3 months ago
docs: update CHANGELOG.md (#5264)

4a29d3c James Rich 2026-04-28 00:17:53 - 3 months ago
fix(ci): skip macOS signing when secrets are missing (#5263)

fbca325 github-actions[bot] 2026-04-27 23:59:18 - 3 months ago
docs: update CHANGELOG.md (#5262)

0e8c75e James Rich 2026-04-27 23:58:10 - 3 months ago
fix(ci): grant promote.yml required permissions in release dispatch (#5261)

e97b44a github-actions[bot] 2026-04-27 23:55:09 - 3 months ago
docs: update CHANGELOG.md (#5260)

b60f29d James Rich 2026-04-27 23:53:53 - 3 months ago
feat(desktop): native OS notifications via libnotify/osascript/PowerShell (#5253)

3174493 github-actions[bot] 2026-04-27 23:53:03 - 3 months ago
docs: update CHANGELOG.md (#5258)

e451352 James Rich 2026-04-27 23:50:46 - 3 months ago
feat(ci): segmented changelog with channel dedup and production squash (#5259)

bfb51d0 James Rich 2026-04-27 23:27:56 - 3 months ago
fix(ci): align release.yml labels with actual repo labels (#5257)

ff3b777 James Rich 2026-04-27 23:23:44 - 3 months ago
feat(desktop): ship-readiness metadata & CI scaffolding (#5255)

a751a0a James Rich 2026-04-27 23:23:01 - 3 months ago
fix(ci): use PRs instead of direct push for changelog updates (#5256)

6306e92 James Rich 2026-04-27 23:00:29 - 3 months ago
feat(ci): overhaul changelog management and PR auto-labeling (#5254)

9f12cf7 James Rich 2026-04-27 22:17:31 - 3 months ago
fix(ci): revert jetbrains JDK for desktop release builds (#5252)

a47f116 James Rich 2026-04-27 21:29:11 - 3 months ago
fix(ci): use JetBrains JDK for desktop release builds (#5251)

247f342 James Rich 2026-04-27 19:09:37 - 3 months ago
chore: project-wide cruft cleanup and dead code removal (#5249)

79331bc renovate[bot] 2026-04-27 17:06:39 - 3 months ago
chore(deps): update datadog.gradle to v1.26.0 (#5248)

0f2730d James Rich 2026-04-26 23:18:35 - 4 months ago
fix: remove slashes from strings.xml

d4eadee James Rich 2026-04-26 23:11:12 - 4 months ago
chore: Scheduled updates (Firmware, Hardware, Translations, Graphs) (#5247)

534b4fd James Rich 2026-04-25 23:52:58 - 4 months ago
feat(messaging): send message on Enter keypress (#5246)

bbb7f8b James Rich 2026-04-25 22:23:21 - 4 months ago
fix(crashlytics): resolve beta 2.7.14 crash issues (#5245)

a035fed James Rich 2026-04-25 21:39:06 - 4 months ago
chore: Scheduled updates (Firmware, Hardware, Translations, Graphs) (#5244)

b1c7902 renovate[bot] 2026-04-25 19:14:42 - 4 months ago
chore(deps): update vico to v3.2.0-next.2 (#5243)

fb1092e renovate[bot] 2026-04-25 19:14:36 - 4 months ago
chore(deps): update io.nlopez.compose.rules:detekt to v0.5.8 (#5242)

9100c58 James Rich 2026-04-25 19:14:29 - 4 months ago
chore: Scheduled updates (Firmware, Hardware, Translations, Graphs) (#5241)

225889a renovate[bot] 2026-04-25 03:25:51 - 4 months ago
chore(deps): update core/proto/src/main/proto digest to 249a808 (#5239)

91f4a17 James Rich 2026-04-24 15:35:42 - 4 months ago
chore: Scheduled updates (Firmware, Hardware, Translations, Graphs) (#5240)

7ee9296 James Rich 2026-04-24 01:43:11 - 4 months ago
chore: Scheduled updates (Firmware, Hardware, Translations, Graphs) (#5238)

e6f6369 renovate[bot] 2026-04-24 01:26:17 - 4 months ago
chore(deps): update dd.sdk.android to v3.9.1 (#5237)

2e6730d James Rich 2026-04-24 00:33:16 - 4 months ago
fix(desktop): unbreak release crash via correct ProGuard rules (#5236)

dea9d86 James Rich 2026-04-23 22:41:17 - 4 months ago
chore: Scheduled updates (Firmware, Hardware, Translations, Graphs) (#5235)

37ac422 James Rich 2026-04-23 18:13:27 - 4 months ago
fix(desktop): unbreak Windows launch + Pi-installable arm64 .deb (#5233)

cbf7d26 James Rich 2026-04-23 16:10:36 - 4 months ago
fix(desktop): suppress Vico ColorScale ProGuard warnings (#5232)

2dcf01a James Rich 2026-04-23 15:09:31 - 4 months ago
chore: Scheduled updates (Firmware, Hardware, Translations, Graphs) (#5231)

2c001c4 James Rich 2026-04-23 14:22:31 - 4 months ago
fix(desktop): unbreak release builds (CMP beta03 + pwsh -P quoting) (#5230)

815882d James Rich 2026-04-23 13:25:43 - 4 months ago
feat(messaging): add entry points for filter settings (#5229)

91a61a3 renovate[bot] 2026-04-23 13:10:10 - 4 months ago
chore(deps): update kotlin to v2.3.21 (#5228)

019c65a Nick 2026-04-23 12:47:34 - 4 months ago
fix(ui): make footer buttons expand downwards (#5226)

bc66b99 James Rich 2026-04-23 12:30:47 - 4 months ago
chore: Scheduled updates (Firmware, Hardware, Translations, Graphs) (#5227)

cf834a7 James Rich 2026-04-23 05:04:16 - 4 months ago
feat: Enhance mPWRD-os WiFi provisioning success state and UI components (#5225)

e501ade James Rich 2026-04-23 03:00:27 - 4 months ago
chore: Scheduled updates (Firmware, Hardware, Translations, Graphs) (#5224)

9dae0f5 renovate[bot] 2026-04-23 02:48:12 - 4 months ago
chore(deps): update devtools.ksp to v2.3.7 (#5223)

0b873be James Rich 2026-04-23 02:35:22 - 4 months ago
fix(ble): unblock reconnect + kable audit (logging, priority, backoff, StateFlow) (#5222)

20e078d James Rich 2026-04-23 00:22:42 - 4 months ago
fix(ble): cleanup races discovered while reviewing #5207 (#5221)

6547877 jdogg172 2026-04-22 23:54:53 - 4 months ago
fix(ble): ensure GATT cleanup runs under NonCancellable on cancellation (#5207)

ab9c517 James Rich 2026-04-22 23:25:05 - 4 months ago
chore: Scheduled updates (Firmware, Hardware, Translations, Graphs) (#5220)

228d872 James Rich 2026-04-22 22:34:22 - 4 months ago
feat(connections): unified device list, ACCESS_LOCAL_NETWORK, transport filter chips (#5219)

f14ae26 James Rich 2026-04-22 22:21:04 - 4 months ago
feat(node): smoother remote-admin UX with per-node session tracking (#5217)

6778905 James Rich 2026-04-22 19:31:09 - 4 months ago
chore: Scheduled updates (Firmware, Hardware, Translations, Graphs) (#5216)

765594f James Rich 2026-04-22 19:05:24 - 4 months ago
fix: MQTT proxy connection and probe test failures (#5215)

ba55954 James Rich 2026-04-22 19:04:57 - 4 months ago
refactor: eliminate Accompanist permissions library (#5211)

58eeef1 James Rich 2026-04-22 19:04:29 - 4 months ago
feat(service): send polite ToRadio(disconnect=true) before transport close (#5210)

0be5334 renovate[bot] 2026-04-22 18:32:35 - 4 months ago
chore(deps): update koin.plugin to v1.0.0-rc2 (#5213)

9b20d98 renovate[bot] 2026-04-22 18:32:20 - 4 months ago
chore(deps): update ktor to v3.4.3 (#5214)

b1d87e3 renovate[bot] 2026-04-22 18:32:07 - 4 months ago
chore(deps): update core/proto/src/main/proto digest to 97ea65a (#5212)

f22e5a7 James Rich 2026-04-22 18:12:15 - 4 months ago
feat(firmware): nRF52 BLE Legacy DFU support (#5209)

6b0fcc7 renovate[bot] 2026-04-21 19:54:02 - 4 months ago
chore(deps): update core/proto/src/main/proto digest to d004f50 (#5205)

6e1a500 James Rich 2026-04-21 17:48:39 - 4 months ago
fix(settings): restore Import/Export button functionality in #4913 (#5204)

4fd52ff James Rich 2026-04-21 17:44:44 - 4 months ago
fix(canned-messages): enable multiline text editing for long message lists (#5203)

e8db149 renovate[bot] 2026-04-21 17:44:16 - 4 months ago
chore(deps): update agp to v9.2.0 (#5201)

dfcfac1 renovate[bot] 2026-04-21 17:38:37 - 4 months ago
chore(deps): update com.android.tools:common to v32.2.0 (#5202)

38c2e9f James Rich 2026-04-21 17:06:19 - 4 months ago
fix(compass): stop coarse network fixes from clobbering GPS fixes (#5200)

02cb12c renovate[bot] 2026-04-21 16:01:30 - 4 months ago
chore(deps): update org.jetbrains.androidx.navigation3:navigation3-ui to v1.1.0 (#5199)

2b14467 James Rich 2026-04-21 04:02:07 - 4 months ago
fix(fdroid): prevent NotImplementedError crash on firmware release fetch (#5197)

f21d8af James Rich 2026-04-20 20:34:16 - 4 months ago
fix(transport): improve BLE / TCP / USB reconnect and handshake resilience (#5196)

a90cb2d James Rich 2026-04-20 20:32:58 - 4 months ago
chore: Scheduled updates (Firmware, Hardware, Translations, Graphs) (#5195)

7492a33 Copilot 2026-04-20 18:59:20 - 4 months ago
Fix node-details remove action to preserve confirmation flow (#5192)

2b47da3 James Rich 2026-04-20 15:40:08 - 4 months ago
chore: Scheduled updates (Firmware, Hardware, Translations, Graphs) (#5193)

3322257 renovate[bot] 2026-04-20 14:47:09 - 4 months ago
chore(deps): update plugin com.gradle.develocity to v4.4.1 (#5194)

99e7407 James Rich 2026-04-19 23:07:52 - 4 months ago
chore: Scheduled updates (Firmware, Hardware, Translations, Graphs) (#5189)

Page 1 | Older »

Served by rngit 1.5.0 - Generated in 0.02s